home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / lark21.arc / LARKINFO.021 < prev   
Text File  |  1987-06-13  |  6KB  |  143 lines

  1.  
  2.                                  LARKINFO.TXT
  3.  
  4.                                LARK VERSION 2.1
  5.                                LARK VERSION 2.1M
  6.                             UserSupported Software
  7.  
  8.                                 June 12th, 1987
  9.                                    (c) 1987 
  10.                                       by 
  11.                              Silver Dollar Software
  12.  
  13.  
  14.          LARK is a utility that is intended to be used in conjunction with the 
  15.          popular PKXARC.COM program by PKWARE, Inc., and Mr. Vernon D. Buerg's
  16.          LIST.COM program.  LARK "Front-Ends" these programs to provide a 
  17.          user-friendly method of viewing the contents of files within an 
  18.          archive without the bother of de-arcing the file first.  
  19.  
  20.          LARK eliminates the need of remembering sometimes vague or ambiguous
  21.          'option' codes, and mostly, it eliminates typing (and re-typing) 
  22.          lengthy command lines.
  23.  
  24.          To use LARK, 
  25.  
  26.             1.  PKXARC.COM and LIST.COM must be named as such.
  27.                 NOTE!  Use version 3.5 of PKXARC only!  (The next version of
  28.                 LARK will support a wider variety of de-archivers.)
  29.             2.  A path must exist to PKXARC.COM and LIST.COM.
  30.             3.  Type in the command;
  31.  
  32.                              LARK filename[.ARC]
  33.  
  34.                 where 'filename' is the name of any archive file ending with 
  35.                 the extension of ".ARC".  
  36.  
  37.                 LARK will then display a list of the files within the archive.  
  38.  
  39.             4.  Use the up/down arrow keys to tab the cursor to the file you 
  40.                 want to inspect.  (The Pg Up and Pg Dn keys will scroll the
  41.                 list up/down and the HOME and END keys will jump to the top
  42.                 or bottom of the list.)  
  43.  
  44.             5.  Select one of the following options;
  45.                    Press <V>    to View the selected the file.  
  46.                    Press <X>    to eXtract the selected file from the archive.
  47.                    Press <E>    to Extract all files from the archive.
  48.                    Press <P>    to Print the selected file.
  49.                    Press <ESC>  to exit to DOS.  
  50.                    Press <H>    to display a list of these commands.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.          LARK was written using version 2.1 of Microsofts QuickBasic compiler,
  64.          along with a little help from Mr. Thomas Hanlin's ADVBAS routines and 
  65.          a couple of custom assembly routines.  
  66.  
  67.          If enough interest is shown (i.e., users register their copies), 
  68.          future versions of LARK will be released with additional bells and 
  69.          whistles.  Plans for the future include the addition of automatically
  70.          displaying a list of all *.ARC files on the current drive and the 
  71.          ability to tailor LARK to your particular requirements via a built-
  72.          in configuration utility.  Version 3.0 will be re-written in C.  This
  73.          should solve most of the problems with systems using earlier versions
  74.          of DOS.
  75.  
  76.          If you find this utility useful, a contribution of $15.00 would be
  77.          greatly appreciated.  Please send all contributions to:
  78.  
  79.                           Donald K. Schuster
  80.                           1415 Lemon Street
  81.                           Clearwater Fl, 33516  
  82.                           (After 1 July use ZIP 34616)
  83.  
  84.          Thanks for using LARK!
  85.  
  86.  
  87.          LARK release notes
  88.          ------------------
  89.  
  90.          Version 1.0, Initial release, 4 JUN 87.
  91.  
  92.          Version 1.1, released 5 JUN 87  - 
  93.             - Returns to LARK after viewing a file.  Previous version escaped
  94.               to DOS.
  95.  
  96.          Version 2.0, released 7 JUN 87  - 
  97.             - Maintain record pointer and scroll position when returning 
  98.               to LARK after viewing a file.
  99.             - Added PgUp/PgDn scrolling.
  100.             - HOME key goes to top of list, END key goes to bottom of list.
  101.             - Added command key functions for:
  102.                  VIEW (V)
  103.                  EXTRACT (E,X)
  104.                  PRINT (P)
  105.                  ON LINE HELP (F1)
  106.  
  107.          Version 2.1, Released 12 JUN 87
  108.             - Restored the use of the RETURN Key to View files.
  109.             - Modified the 'beep' tone to a more pleasing(?) DTMF tone.
  110.             - The 'beep' no longer sounds when the HOME or END keys are pressed.
  111.             - Added additional command key,
  112.                  ON LINE HELP (H)
  113.             - Released LARK021M.EXE.  (Monochrome)
  114.               This version was designed to be used with systems that can't 
  115.               handle the direct-to-screen displays and other advanced features 
  116.               used in LARK021.  It is a little slower scrolling, but is 
  117.               otherwise identical to LARK021.EXE.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.          TECH NOTES:
  124.               About Piping...  When LARK tells PKXARC.COM to extract a file
  125.               for viewing, the selected file is actually sent to the disk
  126.               (the root directory), and given an 8 digit filename.  LIST.COM
  127.               then displays the file to the screen.  When LIST is exited, the
  128.               file is deleted.  If for any reason, you don't exit LIST in an
  129.               orderly fashion the file will be left in the root directory
  130.               of your disk.  Additionally, if you are using LARK on a floppy
  131.               disk that is write-protected, you will get the DOS error message,
  132.               "Disk Write Protected, Abort, Retry, Ignore", when you try to
  133.               View a file.
  134.  
  135.               PKWARE saw fit to change the structure of their option para-
  136.               meters from the '/' (in version 3.4) to the '-' (version 3.5).
  137.               Version 2.1 of LARK was designed to work with PKXARC version 3.5
  138.               only.  Future versions of LARK will support a wider variety of 
  139.               de-archivers, but for now, this will have to do.  
  140.  
  141.                           ..... END DOCUMENT .....
  142.  
  143.